-
-
Notifications
You must be signed in to change notification settings - Fork 403
Return error on out of space #1504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
29895f0 to
60bc8f2
Compare
|
looks good ! could you add yourself to the AUTHORS file ? |
60bc8f2 to
90f0a3d
Compare
|
Done! ls the added coverage enough? |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1504 +/- ##
==========================================
- Coverage 74.90% 74.48% -0.43%
==========================================
Files 160 160
Lines 18555 18592 +37
==========================================
- Hits 13899 13848 -51
- Misses 3504 3592 +88
Partials 1152 1152 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d73c2c8 to
949e41f
Compare
949e41f to
eac71af
Compare
|
I think there is something wrong. you added tests which actually should cover the changes.. but: patch coverage is 27.90698% and in the diff view the lines are red (needs codeov plugin installed in browser now) ... |
|
|
also it did not error |
Fixes #1474
Requirements
All new code should be covered with tests, documentation should be updated. CI should pass.
Description of the Change
Return an error if we run out of disk space. Batch up the sync at the end of writing all files.
Checklist
AUTHORS